Papers with CLIP score
Vector Calligrapher: Generating Scalable Vector Graphics via Structured Linguistic Supervision (2026.acl-long)
Copied to clipboard
| Challenge: | Existing approaches to generate SVG-based fonts struggle with semantic ambiguity and inefficiency . edward mcginley: generic text tokenizers fragment coordinate-dense SVG XML into excessively long sequences . |
| Approach: | They propose a system that treats SVG generation as a conditional language modeling task . they propose linguistic supervision framework that decomposes typographic style into interpretable linguistic dimensions . |
| Outcome: | The proposed system improves CLIP score by +23% while reducing geometric error by 48% and boosts generation efficiency by 18% Command-per-Token (C/T) ratio. |
Data Descriptions from Large Language Models with Influence Estimation (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing explainable AI approaches focus on interpreting how models make predictions. |
| Approach: | They propose a pipeline that generates textual descriptions using large language models . they propose 'cross-modal transfer classification' task to examine effectiveness of textual description . |
| Outcome: | The proposed method improves classification accuracy compared to baselines and sheds light on how the model prioritizes and utilizes information for decision-making. |